From 97ad34c3a7893fc74eb5f4f6491679eea4b0abe3 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 3 May 2011 11:18:04 +0200 Subject: [PATCH] reftests: Test that nonresizable windows get the right size We want the default size, not the minimum one. This tests the fixes from 4f23dc34be1fd497cce84962798f7578e78a32c9 --- tests/reftests/Makefile.am | 2 ++ tests/reftests/nonresizable-size.ref.ui | 15 +++++++++++++++ tests/reftests/nonresizable-size.ui | 17 +++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 tests/reftests/nonresizable-size.ref.ui create mode 100644 tests/reftests/nonresizable-size.ui diff --git a/tests/reftests/Makefile.am b/tests/reftests/Makefile.am index e5ec1ba585..07729bf32c 100644 --- a/tests/reftests/Makefile.am +++ b/tests/reftests/Makefile.am @@ -36,5 +36,7 @@ EXTRA_DIST += \ label-sizing.ui \ label-small-ellipsized.ref.ui \ label-small-ellipsized.ui \ + nonresizable-size.ref.ui \ + nonresizable-size.ui \ simpe.ref.png \ simple.ui diff --git a/tests/reftests/nonresizable-size.ref.ui b/tests/reftests/nonresizable-size.ref.ui new file mode 100644 index 0000000000..35dd4092f4 --- /dev/null +++ b/tests/reftests/nonresizable-size.ref.ui @@ -0,0 +1,15 @@ + + + + + False + popup + + + True + False + Hello World + + + + diff --git a/tests/reftests/nonresizable-size.ui b/tests/reftests/nonresizable-size.ui new file mode 100644 index 0000000000..0a777f0e7c --- /dev/null +++ b/tests/reftests/nonresizable-size.ui @@ -0,0 +1,17 @@ + + + + + False + popup + False + + + True + False + Hello World + end + + + + -- 2.30.2